home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu083.dms / pu083.adf / ACE_DEMO / ACE_LOGGER / readme.doc < prev    next >
Text File  |  1989-03-19  |  7KB  |  177 lines

  1.  
  2.                      Applied Computing Enterprises
  3.                          -- ACE_LOGGER --
  4.  
  5. November 12, 1987
  6.  
  7. This readme file contains some basic operational information about the
  8. program pair ACE_LOGGER and ACE_LOGDEF.  Together, these two programs will
  9. allow you to setup any type of log that you desire, whether it be for
  10. contest or general radio operation.  With this program, there is no need
  11. to buy specific programs to log specific contests as you will find readily
  12. for the PC-DOS and MS-DOS machines.
  13.  
  14. These versions are for DEMO only.  They are fully operational except that
  15. they will not add any new log data to the log files.  You may experiment
  16. with the definition of new logs, test their layout appearance etc.  You may
  17. also look at the sample CANAM log file (which happens to be my 1987 actual
  18. log).  This will give you a sample of the duping and reporting features
  19. as they currently exist in the program.
  20.  
  21. These programs are currently written in AMIGABASIC, although they are
  22. currently under modification to compiled "C" code.  This has the advantage
  23. of reduced size, increased speed and greater features (having full access
  24. to the ROM Kernel in the computer).  The "C" version will be available in
  25. about a month.  It will contain more advanced file selection and display
  26. features via requestors to enhance the ease of use over the current version
  27. as well as more efficient use of memory by dynamically allocating duping
  28. memory as required.
  29.  
  30. Any person who decides to purchase the current AMIGABASIC
  31. version will receive the upgraded "C" version upon completion for the cost
  32. of media and shipping.
  33.  
  34. Should you care to purchase the program, because you find it worthwhile,
  35. send $39.95 to
  36.  
  37.             Applied Computing Enterprises,
  38.             924 Westbury Court,
  39.             Sarnia, Ontario
  40.             Canada   N7T 7R7
  41.  
  42. This will bring you the logging programs on 3.5" diskette with a printed
  43. manual.
  44.  
  45. If you have any comments or suggestions for enhancements, drop me a line
  46. and I'll see what I can do.  This program was tailored for the features
  47. that I felt that I could use.  You may some additional ones.
  48.  
  49.  
  50. ACE_LOGDEF Program
  51.  
  52. This program is used to define the characteristics of the log.  It gives you
  53. the ability to custom design your log.  It allows you to define screen
  54. layout, field prompts, field size, field entry order, field default values.
  55. It will allow you to define the standard types of duping possibilities.  It
  56. allows you to define report headers, print order and column position on the
  57. printed page.  All of this adds up to you defining the log you want.
  58.  
  59. I have included a sample log definition, called CANAMA3.  This is the
  60. definition that I used for the 1987 CANAM contest, A3 mode.  You can
  61. add too or delete from this definition to experiment with the log definition
  62. utility.
  63.  
  64. You should find the menu items fairly easy to follow.
  65.  
  66. 1) Options -- Display/Modify Definition
  67.               Look at and modify an existing log file layout and definition.
  68.               This option has many suboptions once you get in for modifying
  69.               a definition.  Just follow the prompts.
  70.  
  71.            -- Create a new definition
  72.               Create a new definition from scratch.
  73.  
  74.            -- Startup options definition
  75.               Define logging program startup options like default log to
  76.               use, disk drive (or its label) to find it on etc.  It assumes
  77.               that the file will be found in a subdirectory called "DATA".
  78.  
  79. 2) Test Log
  80.               This will display a log file layout and entry order so that
  81.               you can get a "what you see is what you get" type display on
  82.               your screen.
  83.  
  84. 3) File Operations
  85.            -- List current files
  86.               Shows you all current definition files on your selected
  87.               default drive in the DATA subdirectory.
  88.  
  89.            -- Delete a log definition
  90.               Deletes a definition from the DATA subdirectory on your
  91.               default drive.
  92.  
  93. 4) Exit Pgm
  94.               Guess what, this gets you out of the program!
  95.  
  96.  
  97.  
  98. ACE_LOGGER Program
  99.  
  100. This program is used to actually do the logging.  Once you have defined
  101. your log, you need not ever run ACE_LOGDEF again, but use ACE_LOGGER only.
  102.  
  103. The following is a brief description of each menu item.  These are discussed
  104. in much more detail in the full manual.
  105.  
  106. When the program starts, it will give you a full screen introduction, and
  107. then note the definition file that it is reading.  If you have duping
  108. enabled it will create a second window for duping.  The primary window is
  109. created with the size that you defined.  The duping memory is loaded up with
  110. existing log file entries on disk.  When this operation is complete, the
  111. log entry blank will be displayed with the cursor in the first field for
  112. data entry.
  113.  
  114. If you have a time field on the log entry display, it will show the current
  115. system time.  It is updated each time a field in entered so that you will
  116. always show a time close to the current time, but not eating up the system
  117. with the overhead of continually updating this field.
  118.  
  119. To stop entering data use the <F3> key.  This will tell logger to quit
  120. accepting data, close all open files and return to the menu.  If data has
  121. been added the updated files will be written to disk.
  122.  
  123.  
  124. Menu Items:
  125.  
  126. 1) Data Entry -- Modify/Insert/Delete entry
  127.                  These options work on specific entries in the log file.
  128.                  They have been added so that you can go back and fix a file
  129.                  that has incorrect data entered into it.
  130.  
  131. 2) Start/Stop -- Start/Stop Logger
  132.                  When you want to start the logger in earnest again for
  133.                  entering new data you use this option.  When you have the
  134.                  menu up, it will always show stopped.
  135.  
  136.               -- Enable/Disabled autoprint
  137.                  This option allows you to print a new log entry to your
  138.                  system printer as soon as the data is entered.  This may
  139.                  make you feel better in case of a system disk failure.
  140.                  See note below.
  141.  
  142. 3) Print      -- by number
  143.                  Will print your log in ascending QSO number
  144.  
  145.               -- sorted log
  146.                  Will print your log in ascending alphabetical order of
  147.                  call.
  148.  
  149. 4) Files      -- Select new log
  150.                  Allows you to move to a new log file definition.
  151.  
  152.               -- Clear a data file
  153.                  Kills all log entries in this log.  Good for clearing out
  154.                  last year's log, to start fresh this year, without having
  155.                  to redefine the log.  Use the same definition, just kill
  156.                  the data.
  157.  
  158. 5) Exit Pgm
  159.                 Guess what, this again gets you out!!
  160.  
  161.  
  162. NOTE:  Have you had trouble with read/write errors on your disk?  Well I
  163.        have and in the middle of a contest.  Thus I have a modified version
  164.        of the logging program that will simultaneously write to the DF0:
  165.        drive plus one other that you define.  This way a single drive error
  166.        will not kill your contest!!.
  167.  
  168.  
  169. Have fun with this DEMO.  I hope you like the program.  Would appreciate
  170. any feedback that you have.
  171.  
  172. Sincerely
  173.  
  174. Allan Ebert
  175. VE3AXV
  176. 6)
  177.